object AboutForm: TAboutForm Left = 190 Top = 206 BorderStyle = bsToolWindow Caption = 'About (the people who contributed to): NO-IP Dynamic Updater' ClientHeight = 128 ClientWidth = 341 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 128 Top = 8 Width = 207 Height = 26 Caption = 'Programming, Improv Design, and all '#39'round do everything that n' + 'eeded to be done guy.' WordWrap = True end object Label2: TLabel Left = 8 Top = 40 Width = 115 Height = 13 Caption = 'DV81 (Bassem Hassan):' end object Label3: TLabel Left = 8 Top = 72 Width = 84 Height = 13 Caption = 'Valerie Warchola:' end object Label4: TLabel Left = 8 Top = 8 Width = 116 Height = 13 Caption = 'Goodge (Adam Laforge):' end object Label5: TLabel Left = 128 Top = 40 Width = 146 Height = 26 Caption = 'Annoying suggestions that just slowed development down.' WordWrap = True end object Label6: TLabel Left = 128 Top = 72 Width = 196 Height = 52 Caption = 'Supplied frustration relief (*WINK WINK*) from when DV81 would a' + 'nnoy Goodge due to his unorthodox (with a side of stupidity) way' + 's of thinking.' WordWrap = True end object Button1: TButton Left = 8 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '&Ok' Default = True TabOrder = 0 OnClick = Button1Click end end